const runtime._Prunning

10 uses

	runtime (current package)
		mgcpacer.go#L720: 		if p.status != _Prunning {
		preempt.go#L288: 	return mp.locks == 0 && mp.mallocing == 0 && mp.preemptoff == "" && mp.p.ptr().status == _Prunning
		proc.go#L5751: 		gp.m.p.ptr().status = _Prunning
		proc.go#L5880: 	pp.status = _Prunning
		proc.go#L5901: 	if pp.m.ptr() != gp.m || pp.status != _Prunning {
		proc.go#L6220: 		if s == _Prunning || s == _Psyscall {
		proc.go#L6285: 		if pp.status != _Prunning {
		proc.go#L6896: 					if pp.status == _Prunning {
		runtime2.go#L128: 	_Prunning
		tracestatus.go#L87: 	case _Prunning: